chore(deps): bump the production-minor-patch group across 1 directory with 6 updates - #240
Merged
Musiker15 merged 1 commit intoAug 17, 2026
Conversation
Member
|
@dependabot rebase |
… with 6 updates Bumps the production-minor-patch group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg) | `8.22.0` | `8.23.0` | | [ws](https://github.com/websockets/ws) | `8.21.1` | `8.21.3` | | [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) | `3.1100.0` | `3.1111.0` | | [next](https://github.com/vercel/next.js) | `16.2.12` | `16.3.1` | | [stripe](https://github.com/stripe/stripe-node) | `22.4.0` | `22.5.0` | | [zustand](https://github.com/pmndrs/zustand) | `5.0.14` | `5.0.15` | Updates `pg` from 8.22.0 to 8.23.0 - [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md) - [Commits](https://github.com/brianc/node-postgres/commits/pg@8.23.0/packages/pg) Updates `ws` from 8.21.1 to 8.21.3 - [Release notes](https://github.com/websockets/ws/releases) - [Commits](websockets/ws@8.21.1...8.21.3) Updates `@aws-sdk/client-s3` from 3.1100.0 to 3.1111.0 - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases) - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-s3/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.1111.0/clients/client-s3) Updates `next` from 16.2.12 to 16.3.1 - [Release notes](https://github.com/vercel/next.js/releases) - [Commits](vercel/next.js@v16.2.12...v16.3.1) Updates `stripe` from 22.4.0 to 22.5.0 - [Release notes](https://github.com/stripe/stripe-node/releases) - [Changelog](https://github.com/stripe/stripe-node/blob/master/CHANGELOG.md) - [Commits](stripe/stripe-node@v22.4.0...v22.5.0) Updates `zustand` from 5.0.14 to 5.0.15 - [Release notes](https://github.com/pmndrs/zustand/releases) - [Commits](pmndrs/zustand@v5.0.14...v5.0.15) --- updated-dependencies: - dependency-name: "@aws-sdk/client-s3" dependency-version: 3.1110.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-minor-patch - dependency-name: next dependency-version: 16.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-minor-patch - dependency-name: pg dependency-version: 8.23.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-minor-patch - dependency-name: stripe dependency-version: 22.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-minor-patch - dependency-name: ws dependency-version: 8.21.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-minor-patch - dependency-name: zustand dependency-version: 5.0.15 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/production-minor-patch-bbeac86904
branch
from
August 17, 2026 21:08
f5ee69d to
739439d
Compare
Musiker15
deleted the
dependabot/npm_and_yarn/production-minor-patch-bbeac86904
branch
August 17, 2026 21:15
Musiker15
added a commit
that referenced
this pull request
Aug 17, 2026
…ck the deploy (#243) next 16.3.1 traces only the cjs half of @swc/helpers into output: standalone, while its own require-hook loads the ESM entry point. The bundle starts and then dies on the first request needing a helper: Cannot find module .../@swc/helpers/esm/_interop_require_default.js raised as an unhandledRejection. The process stays alive without ever binding the port, so PM2 reports it online while every request 503s. That took forms.msk-scripts.de down after the 16.2.12 -> 16.3.1 bump in #240. copy-standalone-assets.mjs already exists for this exact class of problem, it puts sharp and the @img closure back after Next declines to trace them. Add @swc/helpers to it, copying the whole package per store entry rather than the one missing directory, so a change to which half gets traced cannot bring this back. Version-matched: grafting the esm of one version onto another happens to work but is not something to ship. The deploy also gets a health check. It ran green through this outage because it only asked PM2, which answers about the process, not about whether anything is listening. Curl the port instead, retry for a minute, and dump the error log before failing. A deploy that cannot serve should not report success.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the production-minor-patch group with 6 updates in the / directory:
8.22.08.23.08.21.18.21.33.1100.03.1111.016.2.1216.3.122.4.022.5.05.0.145.0.15Updates
pgfrom 8.22.0 to 8.23.0Changelog
Sourced from pg's changelog.
Commits
df274d1Publisheb19d0fAdd opt-in query pipelining (#3652)Updates
wsfrom 8.21.1 to 8.21.3Release notes
Sourced from ws's releases.
Commits
c791e70[dist] 8.21.3e97a20e[fix] Reject offers withclient_max_window_bitsbelow config787ebf2[dist] 8.21.2b4d62ebRevert "[ci] Trust Coveralls Homebrew tap"e4bb883[security] Use GitHub PVR as main reporting channel2eb3be0[test] Skip test on Node.js versions where it does not applyUpdates
@aws-sdk/client-s3from 3.1100.0 to 3.1111.0Release notes
Sourced from @aws-sdk/client-s3's releases.
... (truncated)
Changelog
Sourced from @aws-sdk/client-s3's changelog.
... (truncated)
Commits
c41e9a9Publish v3.1111.0ca81fbbchore: upgrade to typescript 7 (#8264)4efe5bcPublish v3.1110.0d2ee371Publish v3.1109.026b0eb7Publish v3.1108.0785d467chore(codegen): update smithy-ts commit to bring in TS6 change (#8262)edabd4achore: upgrade to typescript 6 (#8257)d87c82bPublish v3.1107.02e4482achore(codegen): smithy-aws-typescript-codegen 0.52.0 (#8255)655d311Publish v3.1106.0Updates
nextfrom 16.2.12 to 16.3.1Release notes
Sourced from next's releases.
... (truncated)
Commits
3d32eb8v16.3.12b4b1ec[backport] Revert i18n localization change for dynamic Pages API routes (#949...228df5f[backport] Retain fewer stale cache versions and use a TTL, plus the mtime fa...16eab3a[backport] Fix: Optimistic routing bugs leading to repeated prefetch loops (#...75548c9[backport] Fix Nav Inspector request loop on repeat captures (#97326)f6bd714[backport] [test] Compile the middleware redirect routes up front in dev (#97...43c1c60[16.3] [ci] Use OIDC tokens to read private preview builds (#97258)9dbb357[backport] Encode the cache item name built byunstable_cache(#97313)323a17c[backport] Discard only cache entries that predate a tag revalidation, and re...6d67f46[backport] Keep the dev validation worker alive across HMR updates (#97315)Updates
stripefrom 22.4.0 to 22.5.0Release notes
Sourced from stripe's releases.
... (truncated)
Changelog
Sourced from stripe's changelog.
Commits
65d99a2Bump version to 22.5.03616934add event notif object tests (#2806)8c2584bBump@babel/corefrom 7.19.6 to 7.29.7 (#2759)85e59b8Implement extensibility platform (#2785)2ca69d8Emit Claude Code plugin hint at module load time (#2805)09f0f06add/adjust event parsing helpers (#2794)2fd7147Addstripe.major_api_versionconstant (#2799)89b3541Update changelog with open enum (#2802)Updates
zustandfrom 5.0.14 to 5.0.15Release notes
Sourced from zustand's releases.
Commits
2115efbv5.0.151f531bachore(deps): update dev dependencies (#3560)aa6d2a1docs: add zustand-devtools-bridge (#3559)3febf8cfix(persist): clearStorage() should invalidate concurrent async rehydration (...f44ceccfix(devtools): correct V8 stack regex when source path contains spaces (#3531)beca84efix: update broken README links from docs/guides/ to docs/learn/guides/ (#3542)038f496docs(persist): clarify createJSONStorage behavior and warn about production u...a1f685cdocs: fix missing code highlights in tic-tac-toe tutorial (#3527)07cee61docs: fix missing highlight on setXIsNext line in tic-tac-toe tutorial (#3524)566b5bfFix dead link in README.md: update immer guide path (#3519)